An epic throwdown, featuring:
This is the state of the game at the beginning
#### Visible units:
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| eric | G7 | 1 | trazyn_the_infinite | control | Eva Alvarez |
| eric | G7 | 2 | illuminor_szeras | control | Kyle Stephens |
| eric | G7 | 3 | technomancer | control | John Stuart Mill |
| eric | G7 | 4 | lychgaurd | control | Isla Williamson |
| eric | G7 | 5 | skorpekh_destroyers | control | Luis Gonzalez |
| eric | G7 | 6 | canoptek_plasmacyte | control | Masta Swami |
| eric | G7 | 7 | immortals | control | Maya Stevenson |
| eric | G7 | 8 | canoptek_spyders | control | X-pert Menace |
| eric | G7 | 9 | canoptek_spyders | control | Wacko Wanderer |
| eric | G7 | 10 | cryptothralls | control | Kayla Chen |
| eric | G7 | 11 | cryptothralls | control | Mark Wolf |
| eric | G7 | 12 | canoptek_scarab_swarms | control | Stan Lee |
| eric | G7 | 13 | canoptek_wraiths | control | Samuel L Jackson |
| eric | G7 | 14 | deathmarks | control | Confucius |
| eric | G7 | 15 | night_scythe | control | Herb Alpert And The Tijuana Brass |
| eric | G7 | 16 | overlord | control | Ryleigh Hudson |
| eric | G7 | 17 | royal_warden | control | Sophie Hunter |
| eric | G7 | 18 | necron_warriors | control | Olivia Schroeder |
| eric | G7 | 19 | immortals | control | Justin Oliver |
| eric | G7 | 20 | canoptek_scarab_swarms | control | Fred MacMurray |
| eric | G7 | 21 | canoptek_scarab_swarms | control | Robert Downey |
| eric | G7 | 22 | night_scythe | control | Wicked Raekwon |
| eric | G7 | 23 | overlord | control | Camden Mendez |
| eric | G7 | 24 | royal_warden | control | Ashley Pena |
| eric | G7 | 25 | immortals | control | Jayden Sandoval |
| eric | G7 | 26 | necron_warriors | control | Bailey Ortiz |
| eric | G7 | 27 | canoptek_scarab_swarms | control | Shah Rukh Khan |
| eric | G7 | 28 | canoptek_scarab_swarms | control | James Stewart |
Mundus Centrum Campaign
0.248.853.M41
++++++TRANSMITTED: MUNDUS CENTRUM
+++++++++RECEIVED: THE ROCK
+++++++++++AUTHOR: DEATHWING CAPTAIN LAZAAR
++++++++++SUBJECT: LOG OF MUNDUS CENTRUM CAMPAIGN
++++++++++THOUGHT: A MOMENT OF LAXITY SPAWNS A LIFETIME OF HERESY.
248.853.M41: Following the leads we received from Brother Interrogator Chaplain Asmodai, we made haste to Sector Mundus Centrum. Upon translation from warp space, we were immediately set upon by one of the Great Devourer’s many tendrils. The battle in high orbit above Mundus Centrum would have delayed our landing onto the main continent for weeks had not the unheralded arrival of a large contingent of Necron tomb ships not caught the Tyranid bio-forms unawares. Void battle was joined between the Tyranid and Necron ships, and we used this brief respite to land a small force of our brothers planet-side in the North East region of the continent (Imperial Designation: Rhun). I have accompanied my fellow marines to lead from the field, leaving Brother Aralith in command of the fleet.
The derelict star port in South Rhun is in some disrepair, but it will suffice for our purposes as an operational command center. Brother Techmarine Ophaniel reports that with some maintenance, we may be able to link the other abandoned star ports on the continent and reactivate the dormant orbital defense systems, allowing us to target the xenos interlopers and cleanse local space of their alien taint.
In our descent to Rhun, augurs picked up a disturbing number of returns from other craft entering the atmosphere. To the South, it appears the shambling Necron host has endeavored to gain a foothold in the former capital region (Imperial Designation: Gondor). To the West, bio-forms of the insatiable Tyranids have assumedly already begun to consume and destroy one of the continent’s main agricultural regions (Imperial Designation: Eriador).
The presence of these xenos armies will surely slow the hunt for our quarry, but we will persevere undeterred. For the Emperor. For the Lion.
modify_unit("eric", c(1:6, 13:14, 8:11), "move", "E7")
modify_unit("eric", 7, "control","G7")
modify_unit("eric", 12, "move", c("E7", "E5"))
modify_unit("eric", 15:18, "soar", c("G8S", "G10S", "I1S", "I3S"))# transport IS THIS LEGAL? do you need to use a move to land?
modify_unit("eric", 19, "move","G6")
modify_unit("eric", 20, "move", c("E7", "E6"))
modify_unit("eric", 21, "move", c("E7", "E4"))
modify_unit("eric", c(22:24, 26), "soar", c("G8S", "H3S", "H3"))# transport
modify_unit("eric", 25, "move","G8")
modify_unit("eric", 27, "move", c("E7", "F4"))
modify_unit("eric", 28, "move", c("E7", "F8"))# cool example here of if you got waylaid in E7 you would have strength together
## All units resolved.
Attempt to reconcile moves.
#### Visible units:
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | E1 | 20 | gargoyles | move | Ruff Bandit |
| eric | E4 | 21 | canoptek_scarab_swarms | move | Robert Downey |
| eric | E5 | 12 | canoptek_scarab_swarms | move | Stan Lee |
| eric | E6 | 20 | canoptek_scarab_swarms | move | Fred MacMurray |
| eric | E7 | 1 | trazyn_the_infinite | move | Eva Alvarez |
| eric | E7 | 2 | illuminor_szeras | move | Kyle Stephens |
| eric | E7 | 3 | technomancer | move | John Stuart Mill |
| eric | E7 | 4 | lychgaurd | move | Isla Williamson |
| eric | E7 | 5 | skorpekh_destroyers | move | Luis Gonzalez |
| eric | E7 | 6 | canoptek_plasmacyte | move | Masta Swami |
| eric | E7 | 8 | canoptek_spyders | move | X-pert Menace |
| eric | E7 | 9 | canoptek_spyders | move | Wacko Wanderer |
| eric | E7 | 10 | cryptothralls | move | Kayla Chen |
| eric | E7 | 11 | cryptothralls | move | Mark Wolf |
| eric | E7 | 13 | canoptek_wraiths | move | Samuel L Jackson |
| eric | E7 | 14 | deathmarks | move | Confucius |
| eric | F4 | 27 | canoptek_scarab_swarms | move | Shah Rukh Khan |
| big_grizz | F5 | 9 | infiltrators | move | Laila Blake |
| big_grizz | F5 | 14 | redemptor_dreadnought | move | Nathan Watkins |
| big_grizz | F5 | 15 | invictor_tactical_warsuit | move | Quincy Jones |
| big_grizz | F5 | 19 | vindicare_assassin | move | Morten Lindberg |
| big_grizz | F5 | 20 | eliminators | move | Joanna Nickrenz |
| big_grizz | F5 | 21 | eradicators | move | Hailey Tucker |
| eric | F8 | 28 | canoptek_scarab_swarms | move | James Stewart |
| eric | G6 | 19 | immortals | move | Justin Oliver |
| eric | G7 | 7 | immortals | control | Maya Stevenson |
| eric | G8 | 25 | immortals | move | Jayden Sandoval |
| big_grizz | H2 | 3 | techmarine | soar | Mila Montgomery |
| big_grizz | H2 | 5 | tactical_squad | soar | Marcus Hines |
| big_grizz | H2 | 6 | tactical_squad | soar | Adrian Moreno |
| big_grizz | H2 | 13 | dreadnought | soar | Stella Knight |
| big_grizz | H2 | 22 | storm_raven | soar | Unlucky Leader |
| eric | H3 | 22 | night_scythe | soar | Wicked Raekwon |
| eric | H3 | 23 | overlord | soar | Camden Mendez |
| eric | H3 | 24 | royal_warden | soar | Ashley Pena |
| eric | H3 | 26 | necron_warriors | soar | Bailey Ortiz |
| eric | I3S | 15 | night_scythe | soar | Herb Alpert And The Tijuana Brass |
| eric | I3S | 16 | overlord | soar | Ryleigh Hudson |
| eric | I3S | 17 | royal_warden | soar | Sophie Hunter |
| eric | I3S | 18 | necron_warriors | soar | Olivia Schroeder |
249.853.M41: Controlling actions are underway. We are casting our nets wide. Capture is only a matter of time.
Brother Techmarine Myrdean reports that a moderate warband of Necrons has landed nearby his position in the South (Imperial Designation: Mordor). He expects conflict within 15 hours.
modify_unit("eric", c(1:6, 13:14, 8:11), "move", "E5")
modify_unit("eric", 7, "move","E7")
modify_unit("eric", 12, "move", c("F3", "F2"))
modify_unit("eric", c(15, 16,18), "move","I4")
modify_unit("eric", 17, "control","I3")
modify_unit("eric", 19, "control","G6")
modify_unit("eric", 20, "move", c("E4", "E3"))
modify_unit("eric", 21, "move", c("E1", "A8"))
modify_unit("eric", c(22:24, 26), "move","H2")
modify_unit("eric", 25, "control","G8")
modify_unit("eric", 27, "move", c("F7", "F5"))
modify_unit("eric", 28, "move", c("H1", "H3"))
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
#### CONFLICT! Combatants:
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A6 | 14 | ripper_swarms | control | Aristotle | ||
| chris | A6 | 1 | flying_hive_tryant | move | Jess Harnell | TRUE | |
| chris | A7 | 9 | genestealers | control | T Bone Burnett | ||
| chris | A8 | 1 | flying_hive_tryant | move | Jess Harnell | TRUE | |
| chris | A8 | 10 | genestealers | move | Victoria Mclaughlin | TRUE | |
| chris | A8 | 24 | biovores | move | Melody Valencia | TRUE | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Robert Downey | TRUE | |
| chris | B11 | 19 | raveners | move | Jim Corbett | TRUE | |
| chris | B11 | 20 | gargoyles | move | Ruff Bandit | TRUE | |
| big_grizz | C5 | 8 | tactical_squad | control | Willow Mcgee | ||
| big_grizz | C5 | 23 | rhino | control | Richard Gordon Tate | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | move | Nathan Watkins | ||
| big_grizz | C5 | 15 | invictor_tactical_warsuit | move | Quincy Jones | ||
| big_grizz | C5 | 19 | vindicare_assassin | move | Morten Lindberg | ||
| big_grizz | C5 | 20 | eliminators | move | Joanna Nickrenz | ||
| big_grizz | C5 | 21 | eradicators | move | Hailey Tucker | ||
| big_grizz | D4 | 2 | deathwing_captain | control | Jonathan Stroud | ||
| big_grizz | D4 | 4 | phobos_librarian | control | Finneas | ||
| big_grizz | D4 | 17 | deathwing_terminators | control | Hypatia | ||
| big_grizz | D4 | 18 | deathwing_knights | control | Richard Feynman | ||
| chris | E1 | 2 | flying_hive_tryant | move | Tuff Professional | TRUE | |
| chris | E1 | 19 | raveners | move | Jim Corbett | TRUE | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Robert Downey | TRUE | TRUE |
| chris | E2 | 20 | gargoyles | move | Ruff Bandit | ||
| eric | E3 | 20 | canoptek_scarab_swarms | move | Fred MacMurray | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Fred MacMurray | TRUE | |
| eric | E5 | 1 | trazyn_the_infinite | move | Eva Alvarez | ||
| eric | E5 | 2 | illuminor_szeras | move | Kyle Stephens | ||
| eric | E5 | 3 | technomancer | move | John Stuart Mill | ||
| eric | E5 | 4 | lychgaurd | move | Isla Williamson | ||
| eric | E5 | 5 | skorpekh_destroyers | move | Luis Gonzalez | ||
| eric | E5 | 6 | canoptek_plasmacyte | move | Masta Swami | ||
| eric | E5 | 8 | canoptek_spyders | move | X-pert Menace | ||
| eric | E5 | 9 | canoptek_spyders | move | Wacko Wanderer | ||
| eric | E5 | 10 | cryptothralls | move | Kayla Chen | ||
| eric | E5 | 11 | cryptothralls | move | Mark Wolf | ||
| eric | E5 | 13 | canoptek_wraiths | move | Samuel L Jackson | ||
| eric | E5 | 14 | deathmarks | move | Confucius | ||
| eric | E7 | 7 | immortals | move | Maya Stevenson | ||
| eric | F2 | 12 | canoptek_scarab_swarms | move | Stan Lee | ||
| eric | F3 | 12 | canoptek_scarab_swarms | move | Stan Lee | TRUE | |
| big_grizz | F5 | 9 | infiltrators | control | Laila Blake | TRUE | |
| eric | F5 | 27 | canoptek_scarab_swarms | move | Shah Rukh Khan | TRUE | |
| eric | F7 | 27 | canoptek_scarab_swarms | move | Shah Rukh Khan | TRUE | |
| eric | G6 | 19 | immortals | control | Justin Oliver | ||
| eric | G8 | 25 | immortals | control | Jayden Sandoval | ||
| eric | H1 | 28 | canoptek_scarab_swarms | move | James Stewart | TRUE | |
| big_grizz | H2 | 3 | techmarine | control | Mila Montgomery | TRUE | |
| big_grizz | H2 | 5 | tactical_squad | control | Marcus Hines | TRUE | |
| big_grizz | H2 | 13 | dreadnought | control | Stella Knight | TRUE | |
| big_grizz | H2 | 22 | storm_raven | control | Unlucky Leader | TRUE | |
| eric | H2 | 22 | night_scythe | move | Wicked Raekwon | TRUE | |
| eric | H2 | 23 | overlord | move | Camden Mendez | TRUE | |
| eric | H2 | 24 | royal_warden | move | Ashley Pena | TRUE | |
| eric | H2 | 26 | necron_warriors | move | Bailey Ortiz | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | move | James Stewart | ||
| big_grizz | H5 | 6 | tactical_squad | move | Adrian Moreno | ||
| eric | I3 | 17 | royal_warden | control | Sophie Hunter | ||
| eric | I4 | 15 | night_scythe | move | Herb Alpert And The Tijuana Brass | ||
| eric | I4 | 16 | overlord | move | Ryleigh Hudson | ||
| eric | I4 | 18 | necron_warriors | move | Olivia Schroeder |
modify_unit("eric", "F5", "move","F8")
kill_unit("eric", 21)
modify_unit("eric", "H2", "move","H3")
## All units resolved.
#### Visible units:
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | E1 | 2 | flying_hive_tryant | move | Tuff Professional |
| chris | E1 | 19 | raveners | move | Jim Corbett |
| chris | E2 | 20 | gargoyles | move | Ruff Bandit |
| eric | E3 | 20 | canoptek_scarab_swarms | move | Fred MacMurray |
| eric | E5 | 1 | trazyn_the_infinite | move | Eva Alvarez |
| eric | E5 | 2 | illuminor_szeras | move | Kyle Stephens |
| eric | E5 | 3 | technomancer | move | John Stuart Mill |
| eric | E5 | 4 | lychgaurd | move | Isla Williamson |
| eric | E5 | 5 | skorpekh_destroyers | move | Luis Gonzalez |
| eric | E5 | 6 | canoptek_plasmacyte | move | Masta Swami |
| eric | E5 | 8 | canoptek_spyders | move | X-pert Menace |
| eric | E5 | 9 | canoptek_spyders | move | Wacko Wanderer |
| eric | E5 | 10 | cryptothralls | move | Kayla Chen |
| eric | E5 | 11 | cryptothralls | move | Mark Wolf |
| eric | E5 | 13 | canoptek_wraiths | move | Samuel L Jackson |
| eric | E5 | 14 | deathmarks | move | Confucius |
| eric | E7 | 7 | immortals | move | Maya Stevenson |
| eric | F2 | 12 | canoptek_scarab_swarms | move | Stan Lee |
| big_grizz | F5 | 9 | infiltrators | control | Laila Blake |
| eric | F8 | 27 | canoptek_scarab_swarms | move | Shah Rukh Khan |
| eric | G6 | 19 | immortals | control | Justin Oliver |
| eric | G8 | 25 | immortals | control | Jayden Sandoval |
| big_grizz | H2 | 3 | techmarine | control | Mila Montgomery |
| big_grizz | H2 | 5 | tactical_squad | control | Marcus Hines |
| big_grizz | H2 | 13 | dreadnought | control | Stella Knight |
| big_grizz | H2 | 22 | storm_raven | control | Unlucky Leader |
| eric | H3 | 22 | night_scythe | move | Wicked Raekwon |
| eric | H3 | 23 | overlord | move | Camden Mendez |
| eric | H3 | 24 | royal_warden | move | Ashley Pena |
| eric | H3 | 26 | necron_warriors | move | Bailey Ortiz |
| eric | H3 | 28 | canoptek_scarab_swarms | move | James Stewart |
| big_grizz | H5 | 6 | tactical_squad | move | Adrian Moreno |
| eric | I3 | 17 | royal_warden | control | Sophie Hunter |
| eric | I4 | 15 | night_scythe | move | Herb Alpert And The Tijuana Brass |
| eric | I4 | 16 | overlord | move | Ryleigh Hudson |
| eric | I4 | 18 | necron_warriors | move | Olivia Schroeder |
| eric | NA | 21 | canoptek_scarab_swarms | NA | Robert Downey |
250.853.M41: Brother Techmarine Myrdean has successfully repelled a Necron attack to his position at the star port Barad-Dur. The Storm Raven Barador was invaluable in this defense, but Myrdean fears the Necrons are merely testing our strength and resolve before mounting larger attacks. Defensive infrastructure must be built quickly to solidify our grip in Mordor.
Squad Galizur was also met with some resistance in the expansive territory of the Brown Lands. A small and meddlesome force of scarabs tried, unsuccessfully, to halt Galizur’s progress in bringing the territory under our control. Such small storms can be easily weathered. I am concerned the coming tempest may prove otherwise. The Emperor Protects.
modify_unit("eric", 1, "move", "F3")
modify_unit("eric", 2, "move", "F3")
modify_unit("eric", 3, "move", "F4")
modify_unit("eric", 4, "move", "F3")
modify_unit("eric", 5, "move", "F3")
modify_unit("eric", 6, "move", "F3")
modify_unit("eric", 7, "move", "E5")
modify_unit("eric", 8, "move", "F4")
modify_unit("eric", 9, "move", "F3")
modify_unit("eric", 10, "move", "F4")
modify_unit("eric", 11, "move", "F3")
modify_unit("eric", 12, "move", c("C3", "F7"))
modify_unit("eric", 13, "move", "F3")
modify_unit("eric", 14, "sneak", "E5")
modify_unit("eric", 15, "move", "I5")
modify_unit("eric", 16, "move", "I5")
modify_unit("eric", 17, "move", "I4")
modify_unit("eric", 18, "control", "I4")
modify_unit("eric", 19, "move", "G9")
modify_unit("eric", 20, "move", "E4")
modify_unit("eric", 21, "rejoin", "G7")
modify_unit("eric", 22, "move", "H5")
modify_unit("eric", 23, "move", "H5")
modify_unit("eric", 24, "move", "H5")
modify_unit("eric", 25, "move", "G10")
modify_unit("eric", 26, "move", "H5")
modify_unit("eric", 27, "move", "F7")
modify_unit("eric", 28, "reinforce", "H3")
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
#### CONFLICT! Combatants:
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | move | Willow Mcgee | TRUE | |
| big_grizz | C3 | 20 | eliminators | move | Joanna Nickrenz | TRUE | |
| big_grizz | C3 | 21 | eradicators | move | Hailey Tucker | TRUE | |
| big_grizz | C3 | 23 | rhino | move | Richard Gordon Tate | TRUE | |
| eric | C3 | 12 | canoptek_scarab_swarms | move | Stan Lee | TRUE | TRUE |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Nathan Watkins | ||
| chris | E1 | 24 | biovores | move | Melody Valencia | ||
| chris | E3 | 19 | raveners | move | Jim Corbett | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Fred MacMurray | ||
| eric | E5 | 7 | immortals | move | Maya Stevenson | ||
| eric | E5 | 14 | deathmarks | sneak | Confucius | ||
| eric | F3 | 1 | trazyn_the_infinite | move | Eva Alvarez | ||
| eric | F3 | 2 | illuminor_szeras | move | Kyle Stephens | ||
| eric | F3 | 4 | lychgaurd | move | Isla Williamson | ||
| eric | F3 | 5 | skorpekh_destroyers | move | Luis Gonzalez | ||
| eric | F3 | 6 | canoptek_plasmacyte | move | Masta Swami | ||
| eric | F3 | 9 | canoptek_spyders | move | Wacko Wanderer | ||
| eric | F3 | 11 | cryptothralls | move | Mark Wolf | ||
| eric | F3 | 13 | canoptek_wraiths | move | Samuel L Jackson | ||
| eric | F4 | 3 | technomancer | move | John Stuart Mill | ||
| eric | F4 | 8 | canoptek_spyders | move | X-pert Menace | ||
| eric | F4 | 10 | cryptothralls | move | Kayla Chen | ||
| eric | F7 | 12 | canoptek_scarab_swarms | move | Stan Lee | ||
| eric | F7 | 27 | canoptek_scarab_swarms | move | Shah Rukh Khan | ||
| eric | G10 | 25 | immortals | move | Jayden Sandoval | ||
| eric | G7 | 21 | canoptek_scarab_swarms | rejoin | Robert Downey | ||
| eric | G9 | 19 | immortals | move | Justin Oliver | ||
| big_grizz | H3 | 3 | techmarine | move | Mila Montgomery | TRUE | |
| big_grizz | H3 | 5 | tactical_squad | move | Marcus Hines | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Stella Knight | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Unlucky Leader | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | reinforce | James Stewart | TRUE | |
| big_grizz | H5 | 6 | tactical_squad | control | Adrian Moreno | TRUE | |
| eric | H5 | 22 | night_scythe | move | Wicked Raekwon | TRUE | |
| eric | H5 | 23 | overlord | move | Camden Mendez | TRUE | |
| eric | H5 | 24 | royal_warden | move | Ashley Pena | TRUE | |
| eric | H5 | 26 | necron_warriors | move | Bailey Ortiz | TRUE | |
| eric | I4 | 18 | necron_warriors | control | Olivia Schroeder | ||
| eric | I4 | 17 | royal_warden | move | Sophie Hunter | ||
| eric | I5 | 15 | night_scythe | move | Herb Alpert And The Tijuana Brass | ||
| eric | I5 | 16 | overlord | move | Ryleigh Hudson |
modify_unit("eric", "C3", "move", "F3")
modify_unit("eric", "H5", "move", "H4")
modify_unit("eric", "H3", "move", "H1")
## All units resolved.
#### Visible units:
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | move | Willow Mcgee |
| big_grizz | C3 | 20 | eliminators | move | Joanna Nickrenz |
| big_grizz | C3 | 21 | eradicators | move | Hailey Tucker |
| big_grizz | C3 | 23 | rhino | move | Richard Gordon Tate |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Nathan Watkins |
| chris | E1 | 24 | biovores | move | Melody Valencia |
| chris | E3 | 19 | raveners | move | Jim Corbett |
| eric | E4 | 20 | canoptek_scarab_swarms | move | Fred MacMurray |
| eric | E5 | 7 | immortals | move | Maya Stevenson |
| eric | E5 | 14 | deathmarks | sneak | Confucius |
| eric | F3 | 1 | trazyn_the_infinite | move | Eva Alvarez |
| eric | F3 | 2 | illuminor_szeras | move | Kyle Stephens |
| eric | F3 | 4 | lychgaurd | move | Isla Williamson |
| eric | F3 | 5 | skorpekh_destroyers | move | Luis Gonzalez |
| eric | F3 | 6 | canoptek_plasmacyte | move | Masta Swami |
| eric | F3 | 9 | canoptek_spyders | move | Wacko Wanderer |
| eric | F3 | 11 | cryptothralls | move | Mark Wolf |
| eric | F3 | 12 | canoptek_scarab_swarms | move | Stan Lee |
| eric | F3 | 13 | canoptek_wraiths | move | Samuel L Jackson |
| eric | F4 | 3 | technomancer | move | John Stuart Mill |
| eric | F4 | 8 | canoptek_spyders | move | X-pert Menace |
| eric | F4 | 10 | cryptothralls | move | Kayla Chen |
| eric | F7 | 27 | canoptek_scarab_swarms | move | Shah Rukh Khan |
| eric | G10 | 25 | immortals | move | Jayden Sandoval |
| eric | G7 | 21 | canoptek_scarab_swarms | rejoin | Robert Downey |
| eric | G9 | 19 | immortals | move | Justin Oliver |
| eric | H1 | 28 | canoptek_scarab_swarms | move | James Stewart |
| big_grizz | H3 | 3 | techmarine | move | Mila Montgomery |
| big_grizz | H3 | 5 | tactical_squad | move | Marcus Hines |
| big_grizz | H3 | 13 | dreadnought | move | Stella Knight |
| big_grizz | H3 | 22 | storm_raven | move | Unlucky Leader |
| eric | H4 | 22 | night_scythe | move | Wicked Raekwon |
| eric | H4 | 23 | overlord | move | Camden Mendez |
| eric | H4 | 24 | royal_warden | move | Ashley Pena |
| eric | H4 | 26 | necron_warriors | move | Bailey Ortiz |
| big_grizz | H5 | 6 | tactical_squad | control | Adrian Moreno |
| eric | I4 | 18 | necron_warriors | control | Olivia Schroeder |
| eric | I4 | 17 | royal_warden | move | Sophie Hunter |
| eric | I5 | 15 | night_scythe | move | Herb Alpert And The Tijuana Brass |
| eric | I5 | 16 | overlord | move | Ryleigh Hudson |
251.853.M41: Ravenwing Talonmaster Castiel has demonstrated unparalleled prowess as a hunter of the Second Company. I have inducted him further into the ranks of the Inner Circle, and expect his name will be well-remembered in the halls of The Rock. While scouting the northern reaches of Angmar, Castiel came upon a swarm of winged creatures (Imperial Designation: Gargoyles). Unfortunately, the vermin escaped before they could be properly put to the sword. It seems the voracious appetite of the Great Devourer knows some bounds after all.
Our forces in the densely forested region (Imperial Designation: Mirkwood) came across another small, scouting contingent of Necron scarabs. Negligible resistance met. Similarly, Brother Techmarine Myrdean came into contact with constructs of the same variety in the southern territory of Mount Doom. While dealing with these insectoid nuisances is a trivial matter, the broader goal of the Necrons remains a mystery, and is therefore disquieting.
The retreat of the Necrons from Myrdean’s wrath in yesterday’s battle for Barad-Dur was an apparent feint. All available intelligence led Myrdean to believe this small band had fled due-East from his location, and he gave chase only to find the aforementioned scarabs. The true destination of the Necrons was later discovered to be the territory of Gorgoroth, where Squad Naamand was caught in the open as they were setting up the defenses. Emperor be praised, Naamand was able to signal us in the South Rhun star port before his squad could be overrun. Brothers Abathar and Apharan of the Deathwing accompanied me with their squads to the front, and we were only just able to stem that tide of living metal from rising over Gorgoroth.
We are undaunted, and we know no fear!
modify_unit("eric", 1, "move", "E5")
modify_unit("eric", 2, "move", "E5")
modify_unit("eric", 3, "move", "E5")
modify_unit("eric", 4, "move", "E5")
modify_unit("eric", 5, "move", "E5")
modify_unit("eric", 6, "move", "E5")
modify_unit("eric", 7, "control", "E5")
modify_unit("eric", 8, "move", "E5")
modify_unit("eric", 9, "move", "E5")
modify_unit("eric", 10, "move", "E5")
modify_unit("eric", 11, "move", "E5")
modify_unit("eric", 12, "move", "E5")
modify_unit("eric", 13, "move", "E5")
modify_unit("eric", 14, "move", "E5")
modify_unit("eric", 15, "soar", c("I5S", "H6S", "H6"))
modify_unit("eric", 16, "soar", c("I5S", "H6S", "H6"))
modify_unit("eric", 17, "soar", c("I4S", "H6S", "H6"))
modify_unit("eric", 18, "soar", c("I4S", "H6S", "H6"))
modify_unit("eric", 19, "control", "G9")
modify_unit("eric", 20, "reinforce", "E4")
modify_unit("eric", 21, "move", c("G8", "H4"))
modify_unit("eric", 22, "reinforce", "H4")
modify_unit("eric", 23, "reinforce", "H4")
modify_unit("eric", 24, "reinforce", "H4")
modify_unit("eric", 25, "control", "G10")
modify_unit("eric", 26, "control", "H4")
modify_unit("eric", 27, "reinforce", "F7")
modify_unit("eric", 28, "reinforce", "H1")
## Warning: Conflict is at hand! Please resolve territorial disputes.
#### CONFLICT! Combatants:
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | control | Willow Mcgee | ||
| big_grizz | C3 | 23 | rhino | control | Richard Gordon Tate | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Nathan Watkins | ||
| chris | E1 | 10 | genestealers | control | Victoria Mclaughlin | ||
| chris | E3 | 24 | biovores | move | Melody Valencia | ||
| chris | E3 | 19 | raveners | reinforce | Jim Corbett | ||
| eric | E4 | 20 | canoptek_scarab_swarms | reinforce | Fred MacMurray | ||
| eric | E5 | 7 | immortals | control | Maya Stevenson | ||
| eric | E5 | 1 | trazyn_the_infinite | move | Eva Alvarez | ||
| eric | E5 | 2 | illuminor_szeras | move | Kyle Stephens | ||
| eric | E5 | 3 | technomancer | move | John Stuart Mill | ||
| eric | E5 | 4 | lychgaurd | move | Isla Williamson | ||
| eric | E5 | 5 | skorpekh_destroyers | move | Luis Gonzalez | ||
| eric | E5 | 6 | canoptek_plasmacyte | move | Masta Swami | ||
| eric | E5 | 8 | canoptek_spyders | move | X-pert Menace | ||
| eric | E5 | 9 | canoptek_spyders | move | Wacko Wanderer | ||
| eric | E5 | 10 | cryptothralls | move | Kayla Chen | ||
| eric | E5 | 11 | cryptothralls | move | Mark Wolf | ||
| eric | E5 | 12 | canoptek_scarab_swarms | move | Stan Lee | ||
| eric | E5 | 13 | canoptek_wraiths | move | Samuel L Jackson | ||
| eric | E5 | 14 | deathmarks | move | Confucius | ||
| big_grizz | F2 | 21 | eradicators | move | Hailey Tucker | ||
| eric | F7 | 27 | canoptek_scarab_swarms | reinforce | Shah Rukh Khan | ||
| eric | G10 | 25 | immortals | control | Jayden Sandoval | ||
| eric | G8 | 21 | canoptek_scarab_swarms | move | Robert Downey | TRUE | |
| eric | G9 | 19 | immortals | control | Justin Oliver | ||
| eric | H1 | 28 | canoptek_scarab_swarms | reinforce | James Stewart | ||
| big_grizz | H3 | 5 | tactical_squad | control | Marcus Hines | ||
| big_grizz | H3 | 3 | techmarine | move | Mila Montgomery | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Stella Knight | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Unlucky Leader | TRUE | |
| big_grizz | H4 | 3 | techmarine | move | Mila Montgomery | TRUE | |
| big_grizz | H4 | 13 | dreadnought | move | Stella Knight | TRUE | |
| big_grizz | H4 | 17 | deathwing_terminators | move | Hypatia | TRUE | |
| big_grizz | H4 | 18 | deathwing_knights | move | Richard Feynman | TRUE | |
| big_grizz | H4 | 22 | storm_raven | move | Unlucky Leader | TRUE | |
| eric | H4 | 26 | necron_warriors | control | Bailey Ortiz | TRUE | |
| eric | H4 | 21 | canoptek_scarab_swarms | move | Robert Downey | TRUE | |
| eric | H4 | 22 | night_scythe | reinforce | Wicked Raekwon | TRUE | |
| eric | H4 | 23 | overlord | reinforce | Camden Mendez | TRUE | |
| eric | H4 | 24 | royal_warden | reinforce | Ashley Pena | TRUE | |
| big_grizz | H6 | 6 | tactical_squad | move | Adrian Moreno | TRUE | |
| eric | H6 | 15 | night_scythe | soar | Herb Alpert And The Tijuana Brass | TRUE | |
| eric | H6 | 16 | overlord | soar | Ryleigh Hudson | TRUE | |
| eric | H6 | 17 | royal_warden | soar | Sophie Hunter | TRUE | |
| eric | H6 | 18 | necron_warriors | soar | Olivia Schroeder | TRUE | |
| eric | H6S | 15 | night_scythe | soar | Herb Alpert And The Tijuana Brass | TRUE | |
| eric | H6S | 16 | overlord | soar | Ryleigh Hudson | TRUE | |
| eric | H6S | 17 | royal_warden | soar | Sophie Hunter | TRUE | |
| eric | H6S | 18 | necron_warriors | soar | Olivia Schroeder | TRUE | |
| eric | I4S | 17 | royal_warden | soar | Sophie Hunter | TRUE | |
| eric | I4S | 18 | necron_warriors | soar | Olivia Schroeder | TRUE | |
| eric | I5S | 15 | night_scythe | soar | Herb Alpert And The Tijuana Brass | TRUE | |
| eric | I5S | 16 | overlord | soar | Ryleigh Hudson | TRUE |
## All units resolved.
#### Visible units:
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | C3 | 8 | tactical_squad | control | Willow Mcgee |
| big_grizz | C3 | 23 | rhino | control | Richard Gordon Tate |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Nathan Watkins |
| chris | E1 | 10 | genestealers | control | Victoria Mclaughlin |
| chris | E3 | 24 | biovores | move | Melody Valencia |
| chris | E3 | 19 | raveners | reinforce | Jim Corbett |
| eric | E4 | 20 | canoptek_scarab_swarms | reinforce | Fred MacMurray |
| eric | E5 | 7 | immortals | control | Maya Stevenson |
| eric | E5 | 1 | trazyn_the_infinite | move | Eva Alvarez |
| eric | E5 | 2 | illuminor_szeras | move | Kyle Stephens |
| eric | E5 | 3 | technomancer | move | John Stuart Mill |
| eric | E5 | 4 | lychgaurd | move | Isla Williamson |
| eric | E5 | 5 | skorpekh_destroyers | move | Luis Gonzalez |
| eric | E5 | 6 | canoptek_plasmacyte | move | Masta Swami |
| eric | E5 | 8 | canoptek_spyders | move | X-pert Menace |
| eric | E5 | 9 | canoptek_spyders | move | Wacko Wanderer |
| eric | E5 | 10 | cryptothralls | move | Kayla Chen |
| eric | E5 | 11 | cryptothralls | move | Mark Wolf |
| eric | E5 | 12 | canoptek_scarab_swarms | move | Stan Lee |
| eric | E5 | 13 | canoptek_wraiths | move | Samuel L Jackson |
| eric | E5 | 14 | deathmarks | move | Confucius |
| eric | F7 | 27 | canoptek_scarab_swarms | reinforce | Shah Rukh Khan |
| eric | G10 | 25 | immortals | control | Jayden Sandoval |
| eric | G9 | 19 | immortals | control | Justin Oliver |
| eric | H1 | 28 | canoptek_scarab_swarms | reinforce | James Stewart |
| big_grizz | H3 | 5 | tactical_squad | control | Marcus Hines |
| eric | H4 | 26 | necron_warriors | control | Bailey Ortiz |
| eric | H4 | 21 | canoptek_scarab_swarms | move | Robert Downey |
| eric | H4 | 22 | night_scythe | reinforce | Wicked Raekwon |
| eric | H4 | 23 | overlord | reinforce | Camden Mendez |
| eric | H4 | 24 | royal_warden | reinforce | Ashley Pena |
| big_grizz | H5 | 3 | techmarine | move | Mila Montgomery |
| big_grizz | H5 | 6 | tactical_squad | move | Adrian Moreno |
| big_grizz | H5 | 13 | dreadnought | move | Stella Knight |
| big_grizz | H5 | 17 | deathwing_terminators | move | Hypatia |
| big_grizz | H5 | 18 | deathwing_knights | move | Richard Feynman |
| big_grizz | H5 | 22 | storm_raven | move | Unlucky Leader |
| eric | H6 | 15 | night_scythe | soar | Herb Alpert And The Tijuana Brass |
| eric | H6 | 16 | overlord | soar | Ryleigh Hudson |
| eric | H6 | 17 | royal_warden | soar | Sophie Hunter |
| eric | H6 | 18 | necron_warriors | soar | Olivia Schroeder |
252.853.M41: Ravenwing Talonmaster Castiel encountered stiff resistance in the far northern territory of Forodwaith. He and his accompanying Ravenwing brothers were set upon by wave after wave of Tyranid bio-forms. The battle was going in their favor until a massive, tentacled spore plummeted from the sky, straight into the heart of the fight. This new monstrosity would have been difficult enough to deal with on its own, but it came carrying terrible passengers! Spilling forth from the abomination’s mucus-covered orifices, the large bio-forms (Imperial Designation: Hive Guard) opened fire, and turned the tide of battle against the Ravenwing. Castiel and his brothers narrowly escaped, but he assures me that they remain combat-ready.
Brother Techmarine Myrdean led a daring assault into the mountain passes of Minas Morgul. Unfortunately, the Necron host my Deathwing brothers and I had forced to flee the fields of Gorgoroth quickly set up defenses, and ambushed Myrdean in his ascent to meet them. Repelled from Minas Morgul, our Techmarine has withdrawn back to Gorgoroth to reassess the tactical situation and plan his next attack. Meanwhile, word has come from Brother Naamand in Nurn that yet another Necron craft has entered his airspace. Truly, the arrogance of these “undying” legions is staggering.
Every day brings more clues as to the whereabouts of our quarry, and while significantly slowed by antagonistic, xenos elements in the field, our command of this continent’s star ports is all but assured within the month.
Success is measured in blood; yours or your enemy’s.
modify_unit("eric", 1, "move", "F3")
modify_unit("eric", 2, "move", "F3")
modify_unit("eric", 3, "move", "F3")
modify_unit("eric", 4, "move", "F3")
modify_unit("eric", 5, "move", "F3")
modify_unit("eric", 6, "move", "F3")
modify_unit("eric", 7, "move", "E7")
modify_unit("eric", 8, "move", "F3")
modify_unit("eric", 9, "move", "F3")
modify_unit("eric", 10, "move", "F3")
modify_unit("eric", 11, "move", "F3")
modify_unit("eric", 12, "move", "F3")
modify_unit("eric", 13, "move", "F3")
modify_unit("eric", 14, "move", "H5")
modify_unit("eric", 15, "descend", "H5")
modify_unit("eric", 16, "move", "H5")
modify_unit("eric", 17, "move", "H5")
modify_unit("eric", 18, "move", "H5")
modify_unit("eric", 19, "move", "G5")
modify_unit("eric", 20, "defend", "E4")
modify_unit("eric", 21, "regenerate", "G7")
modify_unit("eric", 22, "move", "H5")
modify_unit("eric", 23, "move", "H5")
modify_unit("eric", 24, "move", "H5")
modify_unit("eric", 25, "move", "I1")
modify_unit("eric", 26, "move", "H5")
modify_unit("eric", 27, "defend", "F7")
modify_unit("eric", 28, "defend", "H1")
add_trap("eric", "E7")
## Warning: Conflict is at hand! Please resolve territorial disputes.
#### CONFLICT! Combatants:
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | E1 | 14 | ripper_swarms | move | Aristotle | ||
| chris | E4 | 3 | broodlord | move | Judith Sherman | TRUE | |
| chris | E4 | 10 | genestealers | move | Victoria Mclaughlin | TRUE | |
| chris | E4 | 24 | biovores | move | Melody Valencia | TRUE | |
| eric | E4 | 20 | canoptek_scarab_swarms | defend | Fred MacMurray | TRUE | |
| eric | E7 | 7 | immortals | move | Maya Stevenson | ||
| big_grizz | F2 | 8 | tactical_squad | move | Willow Mcgee | TRUE | |
| big_grizz | F2 | 23 | rhino | move | Richard Gordon Tate | TRUE | |
| eric | F3 | 1 | trazyn_the_infinite | move | Eva Alvarez | ||
| eric | F3 | 2 | illuminor_szeras | move | Kyle Stephens | ||
| eric | F3 | 3 | technomancer | move | John Stuart Mill | ||
| eric | F3 | 4 | lychgaurd | move | Isla Williamson | ||
| eric | F3 | 5 | skorpekh_destroyers | move | Luis Gonzalez | ||
| eric | F3 | 6 | canoptek_plasmacyte | move | Masta Swami | ||
| eric | F3 | 8 | canoptek_spyders | move | X-pert Menace | ||
| eric | F3 | 9 | canoptek_spyders | move | Wacko Wanderer | ||
| eric | F3 | 10 | cryptothralls | move | Kayla Chen | ||
| eric | F3 | 11 | cryptothralls | move | Mark Wolf | ||
| eric | F3 | 12 | canoptek_scarab_swarms | move | Stan Lee | ||
| eric | F3 | 13 | canoptek_wraiths | move | Samuel L Jackson | ||
| big_grizz | F7 | 14 | redemptor_dreadnought | move | Nathan Watkins | TRUE | |
| eric | F7 | 27 | canoptek_scarab_swarms | defend | Shah Rukh Khan | TRUE | |
| eric | G5 | 19 | immortals | move | Justin Oliver | ||
| eric | G7 | 21 | canoptek_scarab_swarms | regenerate | Robert Downey | ||
| big_grizz | H1 | 5 | tactical_squad | move | Marcus Hines | TRUE | |
| eric | H1 | 28 | canoptek_scarab_swarms | defend | James Stewart | TRUE | |
| big_grizz | H2 | 2 | deathwing_captain | reinforce | Jonathan Stroud | ||
| eric | H5 | 15 | night_scythe | descend | Herb Alpert And The Tijuana Brass | ||
| eric | H5 | 14 | deathmarks | move | Confucius | ||
| eric | H5 | 16 | overlord | move | Ryleigh Hudson | ||
| eric | H5 | 17 | royal_warden | move | Sophie Hunter | ||
| eric | H5 | 18 | necron_warriors | move | Olivia Schroeder | ||
| eric | H5 | 22 | night_scythe | move | Wicked Raekwon | ||
| eric | H5 | 23 | overlord | move | Camden Mendez | ||
| eric | H5 | 24 | royal_warden | move | Ashley Pena | ||
| eric | H5 | 26 | necron_warriors | move | Bailey Ortiz | ||
| big_grizz | H6 | 6 | tactical_squad | control | Adrian Moreno | ||
| big_grizz | H6 | 3 | techmarine | move | Mila Montgomery | ||
| big_grizz | H6 | 13 | dreadnought | move | Stella Knight | ||
| big_grizz | H6 | 17 | deathwing_terminators | move | Hypatia | ||
| big_grizz | H6 | 18 | deathwing_knights | move | Richard Feynman | ||
| big_grizz | H6 | 22 | storm_raven | move | Unlucky Leader | ||
| eric | I1 | 25 | immortals | move | Jayden Sandoval |
B3 => B1 => B4 but ran into Chris in B1. Mobes wins the battle and, the way I have it now, he proceeds to B4 (his original destination) leaving B1 (the site of the battle) unoccupied. I guess this could make sense theoretically, but it seems a little weird. Or maybe, if he had wanted to leave anybody in B1 then he would have to specify that during the retreat phase? Thoughts?H5 and H6. Is that right? If so… this shouldn’t be legal, right? They have to fight?Rmd Hash: 47edc77e9a89c2b6de71fa3296646dd1
Code Commit Hash: 71464ca7805731f884cde74f44a7e3dbff1f735c